From: Carol (Nichols || Goulding) Date: Mon, 30 Oct 2017 15:10:29 +0000 (-0400) Subject: Revert "Auto merge of #4659 - integer32llc:pin-nightly, r=alexcrichton" X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~5^2~24^2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=228c208cc3e358cebdd45def7a05c2a0e3e4d8f7;p=cargo.git Revert "Auto merge of #4659 - integer32llc:pin-nightly, r=alexcrichton" This reverts commit 55442e8922ae7ad51545576a4f1326ab131a333a, reversing changes made to 92a3a4efa27900e97a8ccb3c5c9b45f06f439454. --- diff --git a/.travis.yml b/.travis.yml index e8c14d24a..c2f7ca36c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ matrix: - env: TARGET=x86_64-unknown-linux-gnu ALT=i686-unknown-linux-gnu - rust: nightly-2017-10-10 + rust: nightly install: - mdbook --help || cargo install mdbook --force script: diff --git a/appveyor.yml b/appveyor.yml index 9f97ed754..e64eeb279 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -26,7 +26,7 @@ environment: install: - appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe - - rustup-init.exe -y --default-host x86_64-pc-windows-msvc --default-toolchain nightly-2017-10-10 + - rustup-init.exe -y --default-host x86_64-pc-windows-msvc --default-toolchain nightly - set PATH=%PATH%;C:\Users\appveyor\.cargo\bin - rustup target add %OTHER_TARGET% - rustc -V